Home | All Classes | Grouped Classes | Index | Search

CL_Matrix4x4::operator []

Operator that returns the matrix cell at the given index. Operator that returns the matrix cell at the given index. Operator that returns the matrix cell at the given index. Operator that returns the matrix cell at the given index.

	double& operator [](
		int i);

	const double& operator [](
		int i);

	double& operator [](
		unsigned int i);

	const double& operator [](
		unsigned int i);

See also:

CL_Matrix4x4



Questions or comments, write to the ClanLib mailing list.